public class SubstructMatchParameters
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
SubstructMatchParameters() |
protected |
SubstructMatchParameters(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
protected void |
finalize() |
boolean |
getAromaticMatchesConjugated() |
protected static long |
getCPtr(SubstructMatchParameters obj) |
long |
getMaxMatches() |
int |
getNumThreads() |
boolean |
getRecursionPossible() |
boolean |
getUniquify() |
boolean |
getUseChirality() |
boolean |
getUseQueryQueryMatches() |
void |
setAromaticMatchesConjugated(boolean value) |
void |
setMaxMatches(long value) |
void |
setNumThreads(int value) |
void |
setRecursionPossible(boolean value) |
void |
setUniquify(boolean value) |
void |
setUseChirality(boolean value) |
void |
setUseQueryQueryMatches(boolean value) |
protected SubstructMatchParameters(long cPtr, boolean cMemoryOwn)
public SubstructMatchParameters()
protected static long getCPtr(SubstructMatchParameters obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public void setUseChirality(boolean value)
public boolean getUseChirality()
public void setAromaticMatchesConjugated(boolean value)
public boolean getAromaticMatchesConjugated()
public void setUseQueryQueryMatches(boolean value)
public boolean getUseQueryQueryMatches()
public void setRecursionPossible(boolean value)
public boolean getRecursionPossible()
public void setUniquify(boolean value)
public boolean getUniquify()
public void setMaxMatches(long value)
public long getMaxMatches()
public void setNumThreads(int value)
public int getNumThreads()